home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / mac / Cyber Sounds / Demo / Main.dxr / 00027.txt < prev    next >
Encoding:
Text File  |  1996-01-16  |  200 b   |  12 lines

  1. on mousedown
  2.   puppetSound 0
  3.   puppetsprite 20, true
  4.   set the ink of sprite 20 to 33
  5. end
  6.  
  7. on mouseUp
  8.   set the ink of sprite 20 to 5
  9.   puppetsprite 20, false
  10.   go to "menu" of movie "Main.dir"
  11.   
  12. end